* gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Apr 2011 07:45:48 +0000 (00:45 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Apr 2011 07:45:48 +0000 (00:45 -0700)
commita40f91cc6803d678cfdc003b974a399c16e8ae9b
treecc2db8a39348cac1499701e7c4e5f2ea5b9bd743
parent2a57c50dd7d632f706f25c95b87114cfb7dd70cf
* gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.

(gnutls_make_error): Rename local to avoid shadowing.
(gnutls_emacs_global_deinit): ifdef out; not used.
(Fgnutls_boot): Use const for pointer to readonly storage.
Comment out unused local.  Fix pointer signedness problems.
src/ChangeLog
src/gnutls.c